- Ghl Command
Ghl Command
GHL Command — Feedback & Requests
This is the public feedback tracker for GHL Command (@elitedcs/ghl-mcp), the GoHighLevel MCP server for Claude.
Product page and docs: https://elitedcs.com/ghl-mcp-server
What this repo is for
- 🐛 Report a bug — something not working the way it should
- 💡 Request a feature — a tool, trigger, or capability you want added
- ❓ Ask a question — setup, Firebase/Workflow Builder, anything
Open an issue using the templates: New issue →
What this repo is not
GHL Command is a paid product, so the source code lives in a private repository. There is nothing to clone or install here. You install the product from npm via the config block in the setup guide — npx -y @elitedcs/ghl-mcp@latest — and it auto-updates each time you restart Claude.
Need help fast?
For purchase or billing questions, email support@cliniclaunchlab.com. For setup, the Firebase / Workflow Builder guide covers the most common snag (the extra 49 Firebase-gated tools).
Built by Elite DCs, LLC.
Server Config
{
"mcpServers": {
"ghl-command": {
"command": "npx",
"args": [
"-y",
"@elitedcs/ghl-mcp"
]
}
}
}